*{margin:0px;padding:0px}
html{ min-width:1200px}
body{font-size:12px; font-family:"微软雅黑","宋体";color:#000;}
.pointer{cursor: pointer;}
img{border: 0;}
ul,li{ list-style:none;text-align:left;}
.fl{float:left;}
.fr{float:right}
.cl{clear:both;}
/* a{ text-decoration: none;color: #333; cursor: pointer;}
a:hover{ text-decoration:none;color:#c00!important; } */

*{margin:0px;padding:0px}
/*html{ min-width:1400px}*/
body{font-size:12px; font-family:"微软雅黑","宋体";color:#000; min-width:1400px;}
img{border: 0;}
ul,li{ list-style:none;text-align:left;}
.fl{float:left;}
.fr{float:right}
.cl{clear:both;}
a{ text-decoration: none;color: #333; cursor: pointer;}
/* a:hover{ text-decoration:none;color:#c00!important; } */
/* 新闻列表1 */
.news {
    margin-top: 20px !important;
}

.news-list {
    width: 450px;
    height: 510px;
    margin-right: 30px;
    overflow: hidden;
}

.news-list .tit {
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.news-list .tit span {
    font-size: 20px;
    font-weight: bold;
}

.news-list .tit i {
    font-size: 26px;
    display: block;
    margin-right: 10px;
}

.news-list .listtit {
    display: block;
    font-size: 16px;
    padding: 10px 0 !important;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #888;
}

.news-img {
    width: 920px;
    height: 510px;
    background-color: bisque;
    position: relative;
}

.news-img p {
    position: absolute;
    width: 920px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center !important;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-img img {
    width: 920px;
    height: 510px;
}

/* 新闻列表1 /*/


/* 内容 */
.neirong{
}
.neirong .left-list{
    width: 970px;
    box-sizing: border-box;
}
.neirong .left-list .timegroup span{
    color: #333;
}
.neirong .left-list .content{
    width: 970px;
    font-size: 18px;
    color: #222;
    text-align: justify;
    letter-spacing: 3px;
    text-indent: 2em;
}
.neirong .left-list .img{
    width: 100%;
    text-align: center;
}

.neirong .left-list p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
/* .neirong .left-list img{
    width: 800px;
    height: auto;
    margin: 10px auto 5px;
} */
/* .neirong .left-list video{
    width: 800px;
    height: auto;
    margin: 10px auto 5px;
    background-color: #222;
} */
.neirong .right-list{
    width: 322px;
}
.neirong .right-list img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.neirong .right-list .tit{
    width: 100%;
    margin: 50px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.neirong .right-list .tit a{
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #e91105;
}
.neirong .right-list .list2 li{
    width: 100%;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}
/* 内容/ */

/*翻页*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
